-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPN Control Buttons in Systray #1124
Conversation
Getting this on windows, yet to test on linux
|
On using |
with apps built from
with apps built from |
Running the systray on ubuntu linux has some issues
Running it with sudo doesn't give any error logs but nothing can be seen on systray. But on shutdown this warning is seen
And when run without sudo
The this log is seen and the visor is stuck in the loop even after stopping the visor with
|
instead of the icon being defined in that is where it currently is in the packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working on Linux and Windows.
Did you run
make format && make check
? YesFixes #860
Changes:
How to test this PR:
make build-systray
[ormake build-systray-windows
for Windows]cap_net_admin
bysudo setcap 'cap_net_admin+p' ./apps/vpn-client
command and run visor normal (without root permission).